surface: Rename gdk_surface_input_shape_combine_region
authorMatthias Clasen <mclasen@redhat.com>
Sun, 1 Mar 2020 19:29:06 +0000 (11:29 -0800)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 Mar 2020 23:35:56 +0000 (19:35 -0400)
commitb2ae6ce8ffe204969f48aef15fd2bc117c28163d
treec58437f3cf48da6017fa0d22fb0fb035fe8d74b6
parent72fdf54e07d5b8a5ca4c2d14c715708f5cec39b1
surface: Rename gdk_surface_input_shape_combine_region

There is no shape combining going on anymore, so
call this just gdk_surface_set_input_region, and
remove the offset arguments too. All callers pass
0 anyway.

Update all callers and implementations.
gdk/broadway/gdksurface-broadway.c
gdk/gdksurface.c
gdk/gdksurface.h
gdk/gdksurfaceprivate.h
gdk/wayland/gdksurface-wayland.c
gdk/win32/gdksurface-win32.c
gdk/x11/gdksurface-x11.c
gtk/gtkpopover.c
gtk/gtkwindow.c